.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.heading-1 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(30px + 18 * (100vw - 430px) / 570);
    line-height: 1.4em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .heading-1 {
        font-size:30px
    }
}

@media screen and (min-width: 1000px) {
    .heading-1 {
        font-size:48px
    }
}

.heading-2 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400
}

.heading-3 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.heading-4 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(26px + 6 * (100vw - 430px) / 570);
    line-height: 1.2em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .heading-4 {
        font-size:26px
    }
}

@media screen and (min-width: 1000px) {
    .heading-4 {
        font-size:32px
    }
}

.heading-1-serif {
    font-family: HW Cigars,HW Cigars,Times,Georgia,serif;
    font-size: calc(30px + 18 * (100vw - 430px) / 570);
    line-height: 1.4em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .heading-1-serif {
        font-size:30px
    }
}

@media screen and (min-width: 1000px) {
    .heading-1-serif {
        font-size:48px
    }
}

.heading-2-serif {
    font-family: HW Cigars,HW Cigars,Times,Georgia,serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400
}

.heading-3-serif {
    font-family: HW Cigars,HW Cigars,Times,Georgia,serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.body-1 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.body-2 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400
}

.body-3 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(14px + 4 * (100vw - 430px) / 570);
    line-height: 1.4em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .body-3 {
        font-size:14px
    }
}

@media screen and (min-width: 1000px) {
    .body-3 {
        font-size:18px
    }
}

.body-4 {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: calc(18px + 6 * (100vw - 430px) / 570);
    line-height: 1.2em;
    font-weight: 400
}

@media screen and (max-width: 430px) {
    .body-4 {
        font-size:18px
    }
}

@media screen and (min-width: 1000px) {
    .body-4 {
        font-size:24px
    }
}

.button--primary-blue {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #002fa7;
    border-color: #002fa7
}

.button--primary-blue:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-blue:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-blue:hover {
        background-color:#002fa7cc
    }
}

.button--primary-blue-outline {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #002fa7;
    background: none;
    border-color: #002fa7
}

.button--primary-blue-outline:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-blue-outline:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-blue-outline:hover {
        color:#fff;
        background-color: #002fa7cc;
        border-color: #002fa7cc
    }
}

.button--primary-white {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.button--primary-white:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-white:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-white:hover {
        background-color:#fffc;
        border-color: #fffc
    }
}

.button--primary-white-outline {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: none;
    border-color: #fff
}

.button--primary-white-outline:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-white-outline:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-white-outline:hover {
        background-color:#fff3
    }
}

.button--primary-white-small {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    padding: 0 24px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 38px;
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.button--primary-white-small:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-white-small:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-white-small:hover {
        background-color:#fffc;
        border-color: #fffc
    }
}

.button--primary-beige-small {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    min-width: 148px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: background-color .3s,color .3s,opacity .3s;
    display: grid;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 36px;
    padding: 0 16px;
    color: #000;
    background-color: #f8f8f8;
    border-color: #ebebeb
}

.button--primary-beige-small:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

.button--primary-beige-small:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (hover: hover) {
    .button--primary-beige-small:hover {
        border-color:#dbdbdb
    }
}

.button--with-icon {
    display: flex;
    column-gap: 4px
}

.button--with-icon img {
    width: auto;
    height: 26px
}

.link--light {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    color: #adadad;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.link--light:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--light:hover {
        color:#000
    }
}

@media (hover: hover) {
    .link--light:hover {
        color:#fff
    }
}

.link--blue {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    color: #2930a3;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.link--blue:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--blue:hover {
        color:#000
    }
}

.link--underline {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    color: #000;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.link--underline:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--underline:hover {
        color:#000
    }
}

@media (hover: hover) {
    .link--underline:hover {
        color:#0009
    }
}

.link--underline-medium {
    cursor: pointer;
    color: #00000059;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    color: #000;
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

.link--underline-medium:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    .link--underline-medium:hover {
        color:#000
    }
}

@media (hover: hover) {
    .link--underline-medium:hover {
        color:#0009
    }
}

credits-drawer {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #0000;
    transition: visibility .3s ease,background-color .3s ease;
    visibility: hidden
}

credits-drawer[aria-hidden=true] {
    display: none
}

credits-drawer.active {
    visibility: visible;
    background-color: #00000080
}

credits-drawer.active .credits-drawer__content {
    transform: translateY(0);
    opacity: 1
}

credits-drawer .credits-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-height: 100dvh;
    display: grid;
    justify-content: center;
    align-items: center
}

credits-drawer .credits-drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

credits-drawer .credits-drawer__content {
    overflow: hidden;
    width: calc(100vw - 24px);
    height: auto;
    transition: transform .3s ease-in-out,opacity .3s ease-in-out;
    background: white;
    transform: translateY(100%);
    opacity: 0;
    box-shadow: 0 0 32px #00000040;
    display: grid
}

@media (min-width: 430px) {
    credits-drawer .credits-drawer__content {
        min-width:420px;
        height: auto;
        width: auto
    }
}

credits-drawer .credits-drawer-content__header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    height: 50px
}

@media (min-width: 740px) {
    credits-drawer .credits-drawer-content__header {
        margin-bottom:4px
    }
}

credits-drawer .credits-drawer-content__heading {
    font-family: PANGAIA,PANGAIA,Times,Georgia,serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    grid-column: 2;
    justify-self: start;
    padding: 0 16px
}

credits-drawer .credits-drawer-content__close-button {
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    grid-column: 3;
    justify-self: end;
    padding: 0 16px;
    height: 100%
}

credits-drawer .credits-drawer-content__close-button:focus-visible {
    box-shadow: 0 0 0 2px #009d1f
}

@media (hover: hover) {
    credits-drawer .credits-drawer-content__close-button:hover svg {
        opacity:.6
    }
}

credits-drawer .credits-drawer-content_inner {
    display: grid;
    padding: 16px 20px
}

credits-drawer .credits-drawer-content_inner ul {
    list-style: none;
    display: grid;
    gap: 16px
}

credits-drawer .credits-drawer-content_inner ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: center
}
